Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 3 - QuickDraw 3D Objects / QuickDraw 3D Objects Reference
QuickDraw 3D Objects Routines / Managing Objects


Q3Object_Duplicate

You can use the Q3Object_Duplicate function to duplicate a QuickDraw 3D object.

TQ3Object Q3Object_Duplicate (TQ3Object object);
object
A QuickDraw 3D object.
DESCRIPTION
The Q3Object_Duplicate function returns, as its function result, a QuickDraw 3D object that is an exact duplicate of the QuickDraw 3D object specified by the object parameter. If the new object is a shared object, its reference count is set to 1.

ERRORS
kQ3ErrorInvalidObject
kQ3ErrorOutOfMemory
kQ3ErrorUnimplemented


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996